Change show_help signal to return gboolean instead of void. This allows
authorPadraig O'Briain <padraigo@src.gnome.org>
Thu, 7 Feb 2002 15:45:17 +0000 (15:45 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Thu, 7 Feb 2002 15:45:17 +0000 (15:45 +0000)
commit49ea86bccde551858cbf22ba19c5a1fe1eabf460
tree581dc9f165391745de606f35b3fa81253b6086fd
parent5bc235001ab5ea9071ae550c8ced0dcb88a725eb
Change show_help signal to return gboolean instead of void. This allows

* gtk/gtkwidget.[ch]:
Change show_help signal to return gboolean instead of void. This
allows the keypress which invokes the signal to be propagated to the
focus widgets ancestors if not handled by the focus widget.

* gtk/gtktoolips.[ch]
Change _gtk_tooltips_show_tip () to return a gboolean indicating
whether widget has tooltip to display.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktooltips.c
gtk/gtktooltips.h
gtk/gtkwidget.c
gtk/gtkwidget.h